home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Magazin / Future-PD / Scripts / CS7_MainGuard.script < prev    next >
Text File  |  1998-05-18  |  652b  |  29 lines

  1. LOCKCONTROLS|
  2. PAUSE 2|
  3. [ "Guard: Nobody move, or we open fire!"|
  4. WAIT 40|
  5. [ "Citizens: Let us in!  There's a"|
  6. [ "way off Yanha!"|
  7. PAUSE 1|
  8. [ "Guard: Howarth does not know of any"|
  9. [ "'transporter' that you speak of."|
  10. [ "It's crazy talk from some very"|
  11. [ "scared people."|
  12. [ "Guard: Go home and be with your families."|
  13. PAUSE 2|
  14. [ "Citizens: NO!  LET US IN!!!"|
  15. WAIT 15|
  16. [ "Citizens: If there's nothing to hide,"|
  17. [ "you'd let us in!!"|
  18. LABELJUMP 1 FIRE|
  19. LABELJUMP 2 FIRE|
  20. SET @I 3|
  21. :CHARGELOOP|
  22. LABELJUMP @I CHARGE|
  23. MATH @I + 1|
  24. SOUND "Sounds/Fight5x.iff" 8000 %0110|
  25. IF @I <> 10 CHARGELOOP|
  26. WALKTO 177 172 4|
  27. FRAMEANIM 59|
  28. LOADLEVEL LEVEL77.LEVEL|
  29.